home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / children / jigsaw / run / jigsaw.exe / 0 / RCDATA / TF_DIRVIEW / TF_DIRVIEW.txt < prev   
Text File  |  1999-01-05  |  7KB  |  292 lines

  1. object F_DirView: TF_DirView
  2.   Left = 271
  3.   Top = 153
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Open Jigsaw'
  8.   ClientHeight = 389
  9.   ClientWidth = 441
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object P_Form: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 440
  24.     Height = 378
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object DCB_Drives: TDriveComboBox
  28.       Left = 8
  29.       Top = 8
  30.       Width = 161
  31.       Height = 21
  32.       DirList = DLB_Dirs
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clBlack
  35.       Font.Height = -12
  36.       Font.Name = 'Arial'
  37.       Font.Style = []
  38.       ParentFont = False
  39.       TabOrder = 0
  40.       OnKeyPress = B_OkKeyPress
  41.     end
  42.     object DLB_Dirs: TDirectoryListBox
  43.       Left = 8
  44.       Top = 40
  45.       Width = 161
  46.       Height = 121
  47.       FileList = FLB_Files
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -12
  51.       Font.Name = 'Arial'
  52.       Font.Style = []
  53.       ItemHeight = 16
  54.       ParentFont = False
  55.       TabOrder = 1
  56.       OnKeyPress = B_OkKeyPress
  57.     end
  58.     object FLB_Files: TFileListBox
  59.       Left = 8
  60.       Top = 174
  61.       Width = 161
  62.       Height = 131
  63.       FileEdit = E_FileName
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -12
  67.       Font.Name = 'Arial'
  68.       Font.Style = []
  69.       ItemHeight = 15
  70.       ParentFont = False
  71.       TabOrder = 2
  72.       OnClick = FLB_FilesClick
  73.       OnDblClick = FLB_FilesDblClick
  74.       OnKeyPress = FLB_FilesKeyPress
  75.       OnKeyUp = FLB_FilesKeyUp
  76.     end
  77.     object E_FileName: TEdit
  78.       Left = 8
  79.       Top = 316
  80.       Width = 161
  81.       Height = 23
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlack
  84.       Font.Height = -12
  85.       Font.Name = 'Arial'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       TabOrder = 3
  89.       Text = '*.*'
  90.       OnKeyPress = E_FileNameKeyPress
  91.     end
  92.     object FCB_Filters: TFilterComboBox
  93.       Left = 8
  94.       Top = 346
  95.       Width = 161
  96.       Height = 23
  97.       FileList = FLB_Files
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clBlack
  100.       Font.Height = -12
  101.       Font.Name = 'Arial'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       TabOrder = 4
  105.       OnKeyPress = B_OkKeyPress
  106.     end
  107.     object P_View: TPanel
  108.       Left = 179
  109.       Top = 8
  110.       Width = 252
  111.       Height = 321
  112.       BevelInner = bvRaised
  113.       BevelOuter = bvLowered
  114.       TabOrder = 5
  115.       Visible = False
  116.       object I_Thumb: TImage
  117.         Left = 30
  118.         Top = 8
  119.         Width = 192
  120.         Height = 143
  121.         Center = True
  122.       end
  123.       object Bevel1: TBevel
  124.         Left = 0
  125.         Top = 158
  126.         Width = 252
  127.         Height = 2
  128.       end
  129.       object I_Pieces: TImage
  130.         Left = 40
  131.         Top = 56
  132.         Width = 89
  133.         Height = 81
  134.         Picture.Data = {<image000.bmp>}
  135.         Visible = False
  136.       end
  137.       object CB_Rotation: TCheckBox
  138.         Left = 136
  139.         Top = 164
  140.         Width = 92
  141.         Height = 21
  142.         Caption = 'With Rotation'
  143.         Font.Charset = DEFAULT_CHARSET
  144.         Font.Color = clBlack
  145.         Font.Height = -12
  146.         Font.Name = 'Arial'
  147.         Font.Style = []
  148.         ParentFont = False
  149.         TabOrder = 0
  150.         OnClick = CB_RotationClick
  151.         OnKeyPress = B_OkKeyPress
  152.       end
  153.       object CB_Edgeless: TCheckBox
  154.         Left = 136
  155.         Top = 188
  156.         Width = 81
  157.         Height = 21
  158.         Caption = 'Edgeless'
  159.         Font.Charset = DEFAULT_CHARSET
  160.         Font.Color = clBlack
  161.         Font.Height = -12
  162.         Font.Name = 'Arial'
  163.         Font.Style = []
  164.         ParentFont = False
  165.         TabOrder = 1
  166.         OnClick = CB_EdgelessClick
  167.         OnKeyPress = B_OkKeyPress
  168.       end
  169.       object P_PieceSize: TPanel
  170.         Left = 8
  171.         Top = 166
  172.         Width = 116
  173.         Height = 147
  174.         TabOrder = 2
  175.         object I_PieceSize: TImage
  176.           Left = 10
  177.           Top = 9
  178.           Width = 72
  179.           Height = 88
  180.           Picture.Data = {<image001.bmp>}
  181.         end
  182.         object L_PieceNumCap: TLabel
  183.           Left = 10
  184.           Top = 124
  185.           Width = 41
  186.           Height = 15
  187.           Caption = 'Pieces:'
  188.           Font.Charset = DEFAULT_CHARSET
  189.           Font.Color = clBlack
  190.           Font.Height = -12
  191.           Font.Name = 'Arial'
  192.           Font.Style = []
  193.           ParentFont = False
  194.         end
  195.         object L_PieceNum: TLabel
  196.           Left = 62
  197.           Top = 124
  198.           Width = 21
  199.           Height = 15
  200.           Alignment = taRightJustify
  201.           Caption = '999'
  202.           Font.Charset = DEFAULT_CHARSET
  203.           Font.Color = clBlack
  204.           Font.Height = -12
  205.           Font.Name = 'Arial'
  206.           Font.Style = []
  207.           ParentFont = False
  208.         end
  209.         object SB_PieceSize: TScrollBar
  210.           Left = 95
  211.           Top = 3
  212.           Width = 17
  213.           Height = 140
  214.           Kind = sbVertical
  215.           Max = 10
  216.           Position = 5
  217.           TabOrder = 0
  218.           OnChange = SB_PieceSizeChange
  219.           OnKeyPress = B_OkKeyPress
  220.         end
  221.       end
  222.       object RG_Mix: TRadioGroup
  223.         Left = 136
  224.         Top = 248
  225.         Width = 108
  226.         Height = 65
  227.         Caption = 'Mix pieces'
  228.         Font.Charset = DEFAULT_CHARSET
  229.         Font.Color = clBlack
  230.         Font.Height = -12
  231.         Font.Name = 'Arial'
  232.         Font.Style = []
  233.         ItemIndex = 0
  234.         Items.Strings = (
  235.           'Randomly'
  236.           'Spread out')
  237.         ParentFont = False
  238.         TabOrder = 3
  239.         OnClick = RG_MixClick
  240.       end
  241.       object CB_Classic: TCheckBox
  242.         Left = 136
  243.         Top = 212
  244.         Width = 105
  245.         Height = 21
  246.         Caption = 'Classic shapes'
  247.         Font.Charset = DEFAULT_CHARSET
  248.         Font.Color = clBlack
  249.         Font.Height = -12
  250.         Font.Name = 'Arial'
  251.         Font.Style = []
  252.         ParentFont = False
  253.         TabOrder = 4
  254.         OnClick = CB_ClassicClick
  255.         OnKeyPress = B_OkKeyPress
  256.       end
  257.     end
  258.     object B_Ok: TButton
  259.       Left = 248
  260.       Top = 341
  261.       Width = 84
  262.       Height = 28
  263.       Caption = 'OK'
  264.       Font.Charset = DEFAULT_CHARSET
  265.       Font.Color = clBlack
  266.       Font.Height = -13
  267.       Font.Name = 'Arial'
  268.       Font.Style = [fsBold]
  269.       ParentFont = False
  270.       TabOrder = 6
  271.       OnClick = B_OkClick
  272.       OnKeyPress = B_OkKeyPress
  273.     end
  274.     object B_Cancel: TButton
  275.       Left = 349
  276.       Top = 341
  277.       Width = 82
  278.       Height = 28
  279.       Caption = 'Cancel'
  280.       Font.Charset = DEFAULT_CHARSET
  281.       Font.Color = clBlack
  282.       Font.Height = -13
  283.       Font.Name = 'Arial'
  284.       Font.Style = [fsBold]
  285.       ParentFont = False
  286.       TabOrder = 7
  287.       OnClick = B_CancelClick
  288.       OnKeyPress = B_OkKeyPress
  289.     end
  290.   end
  291. end
  292.